conditional move造句
例句與造句
- Code intended for i686 may fail because the CPU lacks a Conditional Move ( CMOV ) instruction.
- It is often possible to use bitwise operations, conditional moves or other branch predication instead of branches.
- Branch and conditional move instructions are executed during stage six so they can be issued with a compare instruction whose result they depend on.
- Variants of existing floating-point instructions for arithmetic, compare and conditional move were added to operate on this data type in a SIMD fashion.
- Except for branch, conditional move, and multiply instructions, all other instructions begin and finish execution during stage five for a one cycle latency.
- It's difficult to find conditional move in a sentence. 用conditional move造句挺難的
- Some instruction sets also have conditional moves, so that the move will be executed, and the data stored in the target location, if the condition is true, and not executed, and the target location not modified, if the condition is false.
- In x86-64 architectures from both Intel and AMD, a limited form of branch predication may be performed through the use of CMOV ( conditional move ) instructions : a source operand is conditionally moved to the destination operand depending on the value of a flag register.